<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS é‡ç½® */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: "å¾®è½¯é›…é»‘", "microsoft yahei", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, textarea, button, blockquote, caption, th, td, img, article, aside, address, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
}
article, aside, address, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
body {
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
a,
fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
ul ,dl, p {
	display: block;
}
li, dt, dd {
	list-style-type: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none; /*åŽ»æŽ‰è‹¹æžœçš„é»˜è®¤UIæ¥æ¸²æŸ“æŒ‰é’®*/
}
h1 { 
	font-size: 40px;
}
h2 { 
	font-size: 20px;
}
h3 { 
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
h6 { 
	font-size: 12px;
}
.flex-wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.container {
	width: 100%;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 100%;
}
.row {
	margin-left: -0.15rem;
	margin-right: -0.15rem;	
}
.row:before, .row:after, .container:before, .container:after, .clear-fix:before, .clear-fix:after, .content:before, .content:after, main:before, main:after, article:before, article:after, header:before, header:after {
	display: table;
	content: '';
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.z-block {
	display: block;
}
.z-img {
	display: block;
	width: 100%;
}

/* å›¾ç‰‡ */
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-circle {
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.hide {
	overflow: hidden;	
}

/* æ¸…é™¤æµ®åŠ¨ */
.clear-fix:after, .row:after, .content:after, main:after, article:after {
	clear: both;
}
.clear-fix {
	*zoom: 1;
}

/* è¶…å‡ºæ–‡æœ¬æ˜¾ç¤ºçœç•¥å· */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* height: 50px;
	line-height: 50px;*/
}

/* ä¸‰è§’å°å›¾æ&nbsp;‡ */
.caret {
	display: inline-block;
	height: 0;
	width: 0;
	margin-right: 6px;
	border-left: 4px solid #a5a5a5;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
}

/* è¿‡æ¸¡ */
.trs, .container, a, .index-app figure img {
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* åŠ¨ç”» @-moz-keyframes */
/*@keyframes myAnimation {
			0% {transform: translateX(-50%);opacity: 0;}
			25% {transform: translateX(25%);}
			50% {transform: translateX(-15%);}
			75% {transform: translateX(5%);}
			100% {transform: translateX(0);opacity: 1;}
		} 
*/

/* åª’ä½“æŸ¥è¯¢ */
@media (min-width: 576px) {
	.container {
    	width: 540px;
  	}
}
@media (min-width: 768px) {
	.container {
    	width: 720px;
  	}
}
@media (min-width: 992px) {
	.container {
  		width: 960px;
  	}
}
@media (min-width: 1200px) {
	.container {
  		width: 1200px;
  	}
}
@media (min-width: 1600px) {
	.container {
  		width: 1440px;
  	}
}
@media (min-width: 1680px) {
	.container {
  		width: 1620px;
  	}
}

/* ç½‘æ&nbsp;¼ */
.col-xs-1, .col-ss-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-ss-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-ss-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-ss-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-ss-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-ss-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-ss-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-ss-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-ss-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-ss-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-ss-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-ss-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	flex-grow: 0;
	flex-shrink: 0;
}
.col-xs-12 {
	flex-basis: 100%;
	max-width: 100%;
}
.col-xs-11 {
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}
.col-xs-10 {
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}
.col-xs-9 {
	flex-basis: 75%;
	max-width: 75%;
}
.col-xs-8 {
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}
.col-xs-7 {
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}
.col-xs-6 {
	flex-basis: 50%;
	max-width: 50%;
}
.col-xs-5 {
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}
.col-xs-4 {
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}
.col-xs-3 {
	flex-basis: 25%;
	max-width: 25%;
}
.col-xs-2 {
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}
.col-xs-1 {
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

@media (min-width: 576px) {
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
		flex-grow: 0;
		flex-shrink: 0;
	}
	.col-ss-12 {
  	flex-basis: 100%;
		max-width: 100%;
	}
	.col-ss-11 {
  	flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-ss-10 {
  	flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-ss-9 {
  	flex-basis: 75%;
		max-width: 75%;
	}
	.col-ss-8 {
  	flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-ss-7 {
  	flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-ss-6 {
  	flex-basis: 50%;
		max-width: 50%;
	}
	.col-ss-5 {
  	flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-ss-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-ss-3 {
  	flex-basis: 25%;
		max-width: 25%;
	}
	.col-ss-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-ss-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		flex-grow: 0;
		flex-shrink: 0;
	}
	.col-sm-12 {
  	flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-11 {
  	flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-10 {
  	flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-9 {
  	flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-8 {
  	flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-7 {
  	flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-6 {
  	flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-5 {
  	flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-3 {
  	flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		flex-grow: 0;
		flex-shrink: 0;
	}
	.col-md-12 {
  	flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-11 {
  	flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-10 {
  	flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-9 {
  	flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-8 {
  	flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-7 {
  	flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-6 {
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-5 {
  	flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-3 {
  	flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		flex-grow: 0;
		flex-shrink: 0;
	}
	.col-lg-12 {
  	flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-11 {
  	flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-10 {
  	flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-9 {
  	flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-8 {
  	flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-7 {
  	flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-6 {
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-5 {
  	flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-3 {
  	flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
}</pre></body></html>